Standard Bitmap Filter Names. More...
Namespaces | |
namespace | Property |
Standard Bitmap Property Names. | |
Variables | |
static const IdStringPtr | kBoxBlur = "Box Blur" |
static const IdStringPtr | kGrayscale = "Grayscale" |
static const IdStringPtr | kReplaceColor = "Replace Color" |
static const IdStringPtr | kSetColor = "Set Color" |
static const IdStringPtr | kScaleBilinear = "Scale Biliniear" |
static const IdStringPtr | kScaleLinear = "Scale Linear" |
Standard Bitmap Filter Names.
const IdStringPtr kBoxBlur = "Box Blur" [static] |
Box Blur Filter Name.
Applies a box blur on the input bitmap.
Properties:
const IdStringPtr kGrayscale = "Grayscale" [static] |
Grayscale Filter Name.
Produces a grayscale version of the input bitmap.
Properties:
const IdStringPtr kReplaceColor = "Replace Color" [static] |
Replace Color Filter Name.
Replaces the colors which match the input color to the output color.
Properties:
const IdStringPtr kScaleBilinear = "Scale Biliniear" [static] |
Scale Bilinear Filter Name.
Creates a bilinear scaled bitmap of the input bitmap. Does not work inplace.
Properties:
const IdStringPtr kScaleLinear = "Scale Linear" [static] |
Scale Linear Filter Name.
Creates a linear scaled bitmap of the input bitmap. Does not work inplace.
Properties:
const IdStringPtr kSetColor = "Set Color" [static] |
Set Color Filter Name.
Sets all colors of the input bitmap the color of the input color. If Property::kIgnoreAlphaColorValue is set, the alpha value of the input bitmap is not changed.
Properties: